home *** CD-ROM | disk | FTP | other *** search
- ;-----------------------------------------------------------------------;
- ; ;
- ; LOGIMENU File definition for WPMerger ;
- ; Copyright (C) 1989 GEMINI SOFTWARE ;
- ; ;
- ;-----------------------------------------------------------------------;
- begin leftb, middleb, rightb, mousel, mouser, mouseu, moused, 45, 40
- ;
- ;NOTE: with 2-button mouse, "middleb" means both buttons
- ;
- leftb: type 13 ; CARRIAGE RETURN
- middleb: type 0,68 ; F10
- rightb: type 27 ; ESC
-
- mousel: type 0, 75
- mouser: type 0, 77
- mouseu: type 0, 72
- moused: type 0, 80
-
- ; end of definition file